xaa. inpadi Reinstall - Client boot and install

inpadi Reinstall - Boot and installation clients can be done in several ways. When doing an install the client will try to retrieve the packages from another client on the local network if its availlible. This will speed up download time and save bandwith on the external network lines.

1. inpadi script create USB key with MBR/EFI support

Note: This script only works on computers installed with inpadi and where 7z is installed on.

1. Download file: https://v.inpadi.dk/Res/inpadi_boot.usb.key.zip

2. Extract to c:\reinstall.dk

3. Start a CMD as administrator

4. cd /d c:\reinstall.dk

5. create-inpadi-boot.cmd

6. find ID in usb drive in the output (Below example is if it's disk 1)

7. create-inpadi-boot.cmd 1

8. Wait - check for errors when done.

2. inpadi Reinstall - Using USB Key boot

a. Download https://v.inpadi.dk/public/winpe.iso
b. Format the USB key with FAT32
c. Open winpe.iso and copy all files to the root of the USB key

Some USB keys /computers are having problems with boot - If this is the case do the to create a USB key, witch contains UEFI and MBR boot.
a. Start CMD as administrator
b. Type the following commands:
    diskpart
        list disk - Locate drivenumber for USB key (x)
        select disk x
        clean disk
        convert mbr
        create partition primary size=1024
        format fs=fat32
        assign letter=q
        create partition primary
        format fs=ntfs quick
        assign letter=w
        active
        exit
c. Open winpe.iso and copy all files to the Q: and W: (both USB key partitions)
  
 

3. inpadi Reinstall - CD/DVD Boot

Download and burn https://v.inpadi.dk/public/winpe.iso

4. inpadi Reinstall - Network Boot

a. Create a tftp server on your network (some firewalls also support tftp)
b. Download https://v.inpadi.dk/public/inpadi-ipxe.pxe and put into tftp server root.
c. Set DHCP boot file option to /inpadi-ipxe.pxe

5. inpadi boot stick - From a inpadi installed compter:

1. Download https://v.inpadi.dk/Boot/inpadi_boot.usb.key.zip
2. Extract content to c:\reinstall.dk
3. Start a CMD prompt and type
4. cd /d c:\reinstall.dk
5. create-inpadi-boot.cmd
6. View ID of USB stick
7. create-inpadi-boot.cmd ID

Example: create-inpadi-boot.cmd 1

 

Install users:

Default user is the same as the custommer tenant name and the password is located in the custommer folder in reinstall.txt

If more users is needed they can be created by adding a new file to the root of the tenant name in GMS with the name:
newuser_reinstall.dk where the newuser is the desired username.
When you logging in with "sub" usernames you need to write tenantname\newuser and the password located in newuser_reinstall.txt